The directory for this project in a computer will be where one chooses to either drag and drop the files, or install using an installation wizard.
*******NOTE: THERE IS A PASSWORD AND A USERNAME SET IN THE DATABASE TO TEST THE PROGRAM Username: Admin || Password: Jul10803
Directory example:

C:/User/Programs/WMS Project/

with 'WMS Project' being the hub folder, or the root folder.

Within the WMS Project folder:

||file: .config
|> dotnet-tools
||file: bin
|> ||file:Debug
|> ||file:Release
|> |>||file:net6.0-windows (this file contains a copy of the release of the project and has a .exe named WMS project.exe to start up without visual studio).
||file: obj
|> ||file:Debug
|> ||file:Release
|> project.assets
|> project.nuget.cache
|> WMS project.csproj.EntityFrameworkCore.targets
|> WMS project.csproj.nuget.dgspec
|> WMS project.csproj.nuget.g.props
|> WMS project.csproj.nuget..g.targets
||file: Properties
|> ||file:PublishProfiles
|>Resources.Designer.cs
|>Resources.resx
|>serviceDepencies.local.json.user
app.config
DataSetMain.Designer.cs
DataSetMain.xsc
DataSetMain.xsd
DataSetMain.ssd
forgotPassword.cs
forgotPassword.Designer.cs
forgotPassword.resx
informationManager.cs
informationManager.Designer.cs
informationManager.resx
inputDialog.cs
inputDialog.Designer.cs
inputDialog.resx
invoicePage.cs
invoicePage.Designer.cs
invoicePage.resx
invoicesManager.cs
invoicesManager.Designer.cs
invoicesManager.resx
logInScreen.cs
LogInScreen.Designer.cs
LogInScreen.resx
mainMenu.cs
mainMenu.Designer.cs
mainMenu.resx
Program.cs
WMS project
WMS project.csproj.user
WMSDB.mdf
WMSDB_log.ldf


Within Visual Studio upon opening, the structure of the Solution will be as follows:

WMS Project
-Dependencies
  -Analyzers
  -Assemblies
  -Frameworks
  -Packages
-Properties
  -PublishProfiles
  -Resources
-app.config
-DataSetMain.xsd
  -DataSetMain.Designer.cs
  -DataSetMain.xsc
  -DataSetMain.xss
-forgotPassword.cs (individual form)
  -InformationManager.Designer.cs
  -InformationManager.resx
-inputDialog.cs (individual form)
  -inputDialog.Designer.cs
  -inputDialog.resx
-invoicePage.cs (individual form)
  -invoicePage.Designer.cs
  -invoicePage.resx
-invoicesManager.cs (individual form)
  -invoicesManager.Designer.cs
  -invoicesManager.resx
-logInScreen.cs (individual form)
  -LogInScreen.Designer.cs
  -LogInScreen.resx
-mainMenu.cs (individual form)
  -mainMenu.Designer.cs
  -mainMenu.resx
-Program.cs
  -WMSDB.mdf
  -WMSDB_log.ldf

